home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
MWC & CodeResources Howto
/
A4Stuff.h
next >
Wrap
Text File
|
1994-01-13
|
572b
|
34 lines
//
// CodeResource / DRVR / DA support functions
//
#ifndef __A4STUFF__
#define __A4STUFF__
#define dOpened 0x0020
#define dRAMBased 0x0040
#define drvrActive 0x0080
#define dReadEnable 0x0100
#define dWritEnable 0x0200
#define dCtlEnable 0x0400
#define dStatEnable 0x0800
#define dNeedGoodBye 0x1000
#define dNeedTime 0x2000
#define dNeedLock 0x4000
#ifdef __cplusplus
extern "C" {
#endif
long SetCurrentA4(void);
long SetA4(long:__D0):__D0 = 0xC18C;
long GetCurrentA4(void) = 0x200C;
pascal void UnloadA4Seg(void *);
#ifdef __cplusplus
}
#endif
#endif